home *** CD-ROM | disk | FTP | other *** search
/ Programming Microsoft Visual Basic .NET / Programming Microsoft Visual Basic .NET (Microsoft Press)(X08-78517)(2002).bin / ebook / promsvb6.chm / f09ph09x.gif < prev    next >
Graphics Interchange Format  |  1999-04-29  |  10.0 KB  |  468x376  |  4-bit (6 colors)
   ocr: Form module (6) Controlltemscan Dim WithEvents CtrlArray As controlitems finally raise an event in the form Contr oll Items s collection class (1) The form creates Dim ctrls As New Collection a new control (3) controlitems 2) and then passes it creates a new to Controllitems Ctrlltem objecta and passes it the control reference extl (4) Controlltem stoies the contiol efeience in a WithEvents variable (5) When the control raises an event, Controlltem traps Controlltem class m odule itand calls back Public WithEvents Ctrl As VBControlExtender Controllitems Dim Parent As Controlltems